Sort Score
Result 10 results
Languages All
Labels All
Results 2,791 - 2,800 of 5,435 for

file viewer

(0.04 sec)
  1. Locating signature with different alignments | ...

     This article explains how to use different alignment values to locate signature on document page with GroupDocs.Signature API....Viewer Product Solution GroupDocs...}); } } } // sign document to file signature . Sign ( "signed.pdf"...

    docs.groupdocs.com/signature/net/locating-signa...
  2. Sign document with ordering the signatures | Do...

    This article shows how to create electronic signatures with specific ordering on the document page...Viewer Product Solution GroupDocs... 10 )); // sign document to file signature . Sign ( "signed.pdf"...

    docs.groupdocs.com/signature/net/sign-document-...
  3. Document passwords | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about document passwords or password dictionary using Java....Viewer Product Solution GroupDocs...clear (); } String path = new File ( "c:\\MyIndex\\Protected.pdf"...

    docs.groupdocs.com/search/java/document-passwords/
  4. Sign document with QR-code signature - advanced...

     This article explains how to sign document with QR-code electronic signatures using extended options with GroupDocs.Signature API....Viewer Product Solution GroupDocs...background ); // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/java/sign-document...
  5. Composing signature with solid brush background...

     This article explains how to fill signature background with solid brush...Viewer Product Solution GroupDocs...Image ); // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/java/composing-sig...
  6. Extract attachments from PDF portfolios | Docum...

    Extract attachments from PDF portfolios To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Here are the steps to extract an attachment text from PDF Portfolios: Instantiate Parser object for the initial document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the document); Iterate through the collection and get container item names, sizes and obtain content....Viewer Product Solution GroupDocs...attachments ) { // Print the file path System . out . println...

    docs.groupdocs.com/parser/java/extract-attachme...
  7. Set password for output document | Documentation

    This article explains how to set document password after Files comparison within your Python applications using GroupDocs.Comparison for Python via .NET....Viewer Product Solution GroupDocs...( output_file_path , source_file_path , target_file_path ): try...

    docs.groupdocs.com/comparison/python-net/set-pa...
  8. How to Convert DOCX to PPTX using C#

    You can find the directions to convert docx to pptx using C# in this topic. Moreover, we will help you to write an application to export docx to pptx in C#....Viewer Product Family GroupDocs.Comparison...convert Word documents to other file formats that are supported....

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. How to save PDF document with other format | Do...

    This article explains how to save signed PDF document with various File formats by GroupDocs.Signature API....Viewer Product Solution GroupDocs...true }; // sign document to file signature . Sign ( "SignedPdf...

    docs.groupdocs.com/signature/net/save-signed-pd...
  10. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a File to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection....Viewer Product Solution GroupDocs...encountered in a particular package. a file to examine Get a collection...

    docs.groupdocs.com/metadata/java/getting-known-...